Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: NotesSQL Error - The driver doesn't support the version of ODBC behavior that the application requested.
~Fritz Frohipilyflar 16.Jan.04 07:28 AM a Web browser
General All Releases All Platforms


Ronald, this is the exact code i'm using. I must be doing something wrong because nothing gets logged in any of the log files. Will try again and let you know. This same code works in a windows application.

imports System.Data.Odbc
Dim OdbcQuery As String = "SELECT * FROM Person"
Dim OdbcCon As New OdbcConnection("DSN=Test")
Dim OdbcCmd As OdbcCommand
OdbcCmd = New OdbcCommand(OdbcQuery, OdbcCon)

OdbcCon.Open() (This is where it fails...)

Dim OdbcDr As OdbcDataReader
OdbcDr = OdbcCmd.ExecuteReader

While OdbcDr.Read
.....
.....
End While

Thank you.




NotesSQL Error - The driver doesn't... (~Fritz Frohipil... 14.Jan.04)
. . RE: NotesSQL Error - The driver doe... (~Judy Desfreevi... 14.Jan.04)
. . . . RE: NotesSQL Error - The driver doe... (~Fritz Frohipil... 15.Jan.04)
. . . . . . RE: NotesSQL Error - The driver doe... (~Judy Desfreevi... 15.Jan.04)
. . . . . . . . RE: NotesSQL Error - The driver doe... (~Sanjay Lopfool... 15.Jan.04)
. . . . . . . . . . RE: NotesSQL Error - The driver doe... (~Judy Desfreevi... 15.Jan.04)
. . . . . . . . . . . . RE: NotesSQL Error - The driver doe... (~Fritz Frohipil... 16.Jan.04)
. . . . . . . . . . . . . . RE: NotesSQL Error - The driver doe... (~Fritz Frohipil... 23.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS